home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2001 / MacHack 2001.toast / pc / Sessions / Traut / ZStrings / Source / Win32 / StdAfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-06-23  |  1.7 KB  |  47 lines

  1. /*==================================================================
  2.     File:        StdAfx.h
  3.  
  4.     Contains:    Include file for standard system include files,
  5.                 or project specific include files that are used 
  6.                 frequently, but are changed infrequently.
  7.  
  8.     Written by:    Nalini Prakash
  9.  
  10.     Copyright:    2000-2001 Connectix Corporation
  11.     
  12.     This source has been placed into the public domain by
  13.     Connectix Corporation. You have the right to modify, 
  14.     distribute or use this code without any legal limitations
  15.     or finanicial/licensing requirements. Connectix is not 
  16.     liable for any problems that result from the use of this 
  17.     code.
  18.     
  19.     If you have comments, feedback, questions, or would like
  20.     to submit bug fixes or updates to this code, please email
  21.     opensource@connectix.com.
  22. ==================================================================*/
  23.  
  24. #if !defined(AFX_STDAFX_H__B672417F_389B_41D5_B15E_B0FB33CA6367__INCLUDED_)
  25. #define AFX_STDAFX_H__B672417F_389B_41D5_B15E_B0FB33CA6367__INCLUDED_
  26.  
  27. #if _MSC_VER > 1000
  28. #pragma once
  29. #endif // _MSC_VER > 1000
  30.  
  31. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  32.  
  33. #include <afxwin.h>         // MFC core and standard components
  34. #include <afxext.h>         // MFC extensions
  35. #include <afxdisp.h>        // MFC Automation classes
  36. #include <afxdtctl.h>        // MFC support for Internet Explorer 4 Common Controls
  37. #ifndef _AFX_NO_AFXCMN_SUPPORT
  38. #include <afxcmn.h>            // MFC support for Windows Common Controls
  39. #endif // _AFX_NO_AFXCMN_SUPPORT
  40.  
  41.  
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44.  
  45. #endif // !defined(AFX_STDAFX_H__B672417F_389B_41D5_B15E_B0FB33CA6367__INCLUDED_)
  46.  
  47.